Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 12 commits
  • 2 files changed
  • 0 commit comments
  • 1 contributor
Showing with 7 additions and 6 deletions.
  1. +4 −2 .directory
  2. +3 −4 .travis.yml
View
@@ -1,4 +1,6 @@
[Dolphin]
-Timestamp=2015,9,17,23,22,37
+Timestamp=2017,8,14,9,37,30
Version=3
-ViewMode=1
+
+[Settings]
+HiddenFilesShown=true
View
@@ -10,8 +10,7 @@ before_install:
- sudo pip3 install sphinx_bootstrap_theme
env:
- matrix:
- - COMMAND="make clean && make html && make latexpdf && make epub"
+ - make clean && make html && make latexpdf && make epub
deploy:
provider: releases
@@ -23,10 +22,10 @@ deploy:
skip_cleanup: true
on:
tags: true
+
notifications:
email:
- aaronhoneycutt@kubuntu.org
irc: irc://chat.freenode.net:6667#kubuntu-devel
slack: kubuntu:puzVpRNriVEjjGOmGqvws9FU
-script:
-- bash -c "$COMMAND"
+

No commit comments for this range